gdk: Don't second-guess whether a context is GLES
authorAdam Jackson <ajax@redhat.com>
Tue, 18 Oct 2016 19:26:18 +0000 (15:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2016 15:39:24 +0000 (11:39 -0400)
commit627867863fbac1ba75d285911102a349a2daaba5
tree791c3735c38ef7cf09391632c9aadb4286da578b
parentebbfbc0beaa491ae8f7518bf8c19da2e3baab5e6
gdk: Don't second-guess whether a context is GLES

We've already set ->use_es correctly at context creation time, all this
can possibly do is change our mind about what kind of GL we're using.

Signed-off-by: Adam Jackson <ajax@redhat.com>
https://bugzilla.gnome.org/show_bug.cgi?id=773180
gdk/gdkglcontext.c